body {
  background-color: #F4F5FA;
}

.govjob_container {
  position: relative;
  min-width: 1200px;
  min-height: 100vh;
  background: #F5F7FC;
}

.govjob_wrapper {
  margin: 0 auto;
  width: 1200px;
}

.govjob_aside {
  position: relative;
  padding: 0 32px;
  border-radius: 4px;
  background: #fff;
}
.govjob_aside:last-child {
  margin-bottom: 0;
}
.govjob_aside .asideTitle {
  position: relative;
  padding: 24px 50px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  color: #141933;
}

.govJob_moreBtn {
  position: absolute;
  right: 0;
  top: 26px;
  cursor: pointer;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  color: #7A7F99;
}
.govJob_moreBtn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 2px;
  width: 12px;
  height: 12px;
  background: url("../images/gov_icon_more.png") no-repeat;
  background-size: 100% 100%;
}

.govjob_header {
  width: 100%;
  background: #587CF7;
}
.govjob_header .header_innder {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 68px;
  font-size: 14px;
  color: #fff;
}
.govjob_header .header_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.govjob_header .left_city {
  position: relative;
  padding-left: 18px;
  margin-right: 52px;
  cursor: pointer;
}
.govjob_header .left_city span {
  font-size: 12px;
}
.govjob_header .left_city::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 16px;
  height: 17px;
  background: url("../images/gov_icon7.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_header .left_nav {
  display: flex;
  align-items: center;
}
.govjob_header .left_nav a {
  display: inline-block;
  line-height: 68px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
}
.govjob_header .left_nav a.active {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.govjob_header .left_nav a.active::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 17px;
  margin-left: -8px;
  width: 16px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.govjob_header .left_nav a:hover {
  background: rgba(3, 4, 13, 0.08);
}
.govjob_header .header_right {
  position: absolute;
  right: 0;
  top: 14px;
}
.govjob_header .actionLogin {
  display: block;
  margin-left: 20px;
  height: 32px;
  width: 95px;
  border: 1px solid rgba(255, 255, 255, 0.61);
  border-radius: 16px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.govjob_header .actionLogin:hover {
  background: white;
  color: #587CF7;
}
.govjob_header .actionUser {
  position: relative;
  padding-right: 20px;
}
.govjob_header .actionUser:hover .user-menuList {
  display: block;
}
.govjob_header .actionUser .user-menuList {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -100px;
  top: 10px;
  padding-top: 30px;
  display: none;
  width: 200px;
}
.govjob_header .actionUser .menuListInner {
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.govjob_header .actionUser .menuTxt {
  display: block;
  margin-bottom: 6px;
  padding: 0 8px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  font-size: 14px;
  color: #141933;
}
.govjob_header .actionUser .menuTxt:hover {
  background-color: #F8F9FC;
}
.govjob_header .actionUser .menuTxt.active {
  font-weight: 500;
  color: #587CF7;
}
.govjob_header .actionUser .user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(255,255,255,.6);
  font-size: 14px;
  color: #587CF7;
}

.govjob_topMask {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  min-width: 1200px;
  height: 300px;
  background: linear-gradient(180deg, rgba(88, 124, 247, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}

.govjob_search {
  position: relative;
  width: 100%;
  padding: 50px 0 36px 0;
}
.govjob_search .search_inner {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.govjob_search .logoImg {
  margin-right: 20px;
  width: 120px;
}
.govjob_search .logoImg img {
  width: 120px;
  height: 36px;
}
.govjob_search .searchBox {
  position: relative;
  flex: 1;
  padding-right: 100px;
}
.govjob_search input {
  width: 100%;
  height: 100%;
  border: 2px solid #587CF7;
  border-radius: 18px 0 0 18px;
  padding: 0 16px;
  height: 48px;
  outline-style: none;
  line-height: 48px;
  font-size: 16px;
  color: #141933;
}
.govjob_search input::placeholder {
  color: #7A7F99;
}
.govjob_search input::-webkit-input-placeholder {
  color: #7A7F99;
}
.govjob_search input::-moz-placeholder {
  color: #7A7F99;
}
.govjob_search .deleteIcon {
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 117px;
  width: 14px;
  height: 14px;
  background: url("../images/gov_icon_delete.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_search .searchBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 100px;
  height: 48px;
  line-height: 48px;
  background: #587CF7;
  border-radius: 0 18px 18px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.govjob_search .searchBtn::before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/gov_icon8.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_search .rightBox {
  display: flex;
  align-items: center;
  width: 320px;
  font-weight: 600;
  line-height: 32px;
  font-size: 14px;
  color: #222;
}
.govjob_search .rightBox .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.govjob_search .rightBox .icon01 {
  background: url("../images/gov_icon_home.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.govjob_search .rightBox .icon02 {
  background: url("../images/gov_icon_mobile.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.govjob_search .rightBox .actionHome, .govjob_search .rightBox .actionMobile {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.govjob_search .rightBox .actionHome .text, .govjob_search .rightBox .actionMobile .text {
  cursor: pointer;
}
.govjob_search .rightBox .actionHome:hover .text, .govjob_search .rightBox .actionMobile:hover .text {
  color: #587CF7;
}
.govjob_search .rightBox .actionMobile:hover .hoverContent {
  display: block;
}
.govjob_search .rightBox .hoverContent {
  position: absolute;
  display: none;
  z-index: 10;
  width: 126px;
  height: 126px;
  top: 40px;
  left: -45px;
  background: #fff url("../images/qrcode.jpg") center 8px no-repeat;
  background-size: 110px 110px;
  border-radius: 4px;
}
.govjob_search .rightBox .hoverContent::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}

.govjob_fixedHeader {
  width: 100%;
}
.govjob_fixedHeader .fixedTop {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(184, 187, 204, 0.1);
}
.govjob_fixedHeader .fixedHeader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.govjob_fixedHeader .govjob_search {
  margin: 0 34px 0 0;
  width: 640px;
  padding: 0;
}
.govjob_fixedHeader .govjob_search .search_inner {
  width: 100%;
}
.govjob_fixedHeader .govjob_header {
  flex: 1;
  background: transparent;
}
.govjob_fixedHeader .govjob_header .header_innder {
  width: 100%;
  padding-right: 100px;
}
.govjob_fixedHeader .govjob_header .left_nav a {
  color: #141933;
}
.govjob_fixedHeader .govjob_header .left_nav a.active::after {
  background: #587CF7;
}
.govjob_fixedHeader .govjob_header .actionLogin {
  border-color: #141933;
  color: #141933;
}
.govjob_fixedHeader .govjob_header .actionLogin:hover {
  background: #587CF7;
  border-color: #587CF7;
  color: #FFFFFF;
}
.govjob_fixedHeader .govjob_searchSelect {
  margin-bottom: 0;
}
.govjob_fixedHeader .govjob_searchSelect .cityOptions_box {
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 0;
  border-top: 1px solid #eee;
}
.govjob_fixedHeader .govjob_searchSelect .statusFixed {
  top: 48px !important;
}
.govjob_fixedHeader .govjob_searchSelect .options:hover {
  background: #F8F9FC;
}

.govjob_banner {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto 20px;
  border-radius: 4px;
  overflow: hidden;
}
.govjob_banner .swiper-slide {
  cursor: pointer;
  height: 300px;
}
.govjob_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.govjob_listBox {
  background-color: #fff;
  padding: 0 24px 24px;
}

.noticeList {
  position: relative;
  padding: 8px 0;
}
.noticeList li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 106px;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 16px;
}
.noticeList li.top .topTag {
  display: block;
}
.noticeList li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.noticeList .topTag {
  display: none;
  vertical-align: middle;
  margin-left: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/gov_top.png") no-repeat;
  background-size: 100% 100%;
}
.noticeList .tag {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #587cf7;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.noticeList .title {
  display: block;
  max-width: 920px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #141933;
}
.noticeList .title:hover {
  color: #587CF7;
}
.noticeList .title:visited {
  color: #7A7F99 !important;
}
.noticeList .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
  color: #7A7F99;
}

.statusTag {
  display: inline-block;
  margin-right: 8px;
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0px;
}
.statusTag.start {
  background: rgba(250, 170, 20, 0.05);
  color: #FAAA14;
}
.statusTag.going {
  background: rgba(88, 124, 247, 0.05);
  color: #587CF7;
}
.statusTag.ending {
  background: #F8F9FC;
  color: #B8BBCC;
}

.govjob_footer {
  height: 280px;
}
.govjob_footer .fixedFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
.govjob_footer .footerInner {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 20px;
  display: flex;
  font-size: 14px;
  color: #555C70;
}
.govjob_footer .footerAside1 {
  float: left;
  width: 300px;
}
.govjob_footer .footerAside1 .logoImg {
  margin-bottom: 12px;
  width: 296px;
  height: 28px;
  background: url("../images/gov_logo_footer.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_footer .footerAside1 .codeImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.govjob_footer .footerAside1 .codeImg1 {
  width: 119px;
  height: 119px;
  background: url("../images/gov_code1_footer.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_footer .footerAside1 .codeImg2 {
  margin-left: 33px;
  width: 110px;
  height: 110px;
  background: url("../images/gov_code2_footer.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_footer .footerAside2, .govjob_footer .footerAside3 {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #474C66;
}
.govjob_footer .footerAside2 .title, .govjob_footer .footerAside3 .title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #141933;
}
.govjob_footer .footerAside2 {
  margin: 0 30px 0 120px;
  width: 405px;
}
.govjob_footer .footerAside2 .list {
  font-size: 0;
}
.govjob_footer .footerAside2 .list span {
  display: inline-block;
  width: 135px;
  padding-right: 10px;
  line-height: 20px;
  margin-bottom: 12px;
  font-size: 14px;
}
.govjob_footer .footerAside2 .list a {
  font-size: 14px;
  color: #474C66;
}
.govjob_footer .footerAside2 .list a:hover {
  color: #587CF7;
}
.govjob_footer .footerAside3 {
  width: 345px;
}
.govjob_footer .footerAside3 .list p {
  margin-bottom: 12px;
}
.govjob_footer .copyrightInfo {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #EDEFF7;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #B8BBCC;
}
.govjob_footer .copyrightInfo a {
  color: #B8BBCC;
}
.govjob_footer .copyrightInfo a:hover {
  color: #587CF7;
}

.govjob_main {
  position: relative;
  margin-bottom: 40px;
}

.gov_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  height: 28px;
  font-size: 13px;
  color: #7A7F99;
}
.gov_pagination .gov_jump input {
  margin: 0 8px;
  width: 48px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #E6E8F2;
  outline-style: none;
  text-align: center;
  font-size: 13px;
  color: #474C66;
}
.gov_pagination .gov_jump .jumpBtn {
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
  padding: 0 10px;
  height: 28px;
  border-radius: 3px;
  line-height: 28px;
  background-color: #587CF7;
  color: #fff;
}
.gov_pagination .gov_pager {
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.gov_pagination .gov_pager a {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
}
.gov_pagination .gov_pager .prev, .gov_pagination .gov_pager .next {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.gov_pagination .gov_pager .prev {
  background-image: url("../images/gov_arrow.png");
}
.gov_pagination .gov_pager .next {
  background-image: url("../images/gov_arrow.png");
  transform: rotate(180deg);
}
.gov_pagination .gov_pager .disabled {
  background-image: url("../images/gov_arrow_dis.png");
}
.gov_pagination .gov_pager .number:hover {
  color: #587CF7;
}
.gov_pagination .gov_pager .number.active {
  background-color: #587CF7;
  color: #fff;
}
.gov_pagination .gov_pager .number.active:hover {
  color: #fff;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.govjob_backTop {
  position: fixed;
  bottom: 340px;
  right: 2%;
  z-index: 1000;
}
.govjob_backTop .topBtn {
  cursor: pointer;
  width: 90px;
  height: 94px;
  background: url("../images/gov_icon_backTop.png") no-repeat;
  background-size: 100% 100%;
}

.govjob_fastNav {
  position: relative;
  width: 1200px;
  margin: 0 auto 24px;
  font-size: 0;
}
.govjob_fastNav a, .govjob_fastNav span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #141933;
}
.govjob_fastNav a {
  color: #7A7F99;
}
.govjob_fastNav a::after {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 8px;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/gov_icon_arrow.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_fastNav a:hover {
  color: #3D7EFF;
}

.govjob_searchSelect {
  position: relative;
  margin: 0 auto 8px;
  width: 1200px;
}
.govjob_searchSelect .searchOptions {
  padding-bottom: 8px;
}
.govjob_searchSelect .options {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  padding: 7px 12px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #141933;
}
.govjob_searchSelect .options.show .arrowIcon {
  background-image: url("../images/gov_icon_up.png");
}
.govjob_searchSelect .arrowIcon {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("../images/gov_icon_down.png");
  background-size: 100% 100%;
}
.govjob_searchSelect .cityOptions_box {
  display: none;
  padding: 8px 0 8px 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(122, 127, 153, 0.25);
}
.govjob_searchSelect .cityOptions_box a {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #141933;
}
.govjob_searchSelect .cityOptions_box a:hover {
  background: #F8F9FC;
}
.govjob_searchSelect .cityOptions_box a.active {
  background: #587CF7;
  color: #fff;
}
.govjob_searchSelect .cityOptions_box.cityFixed {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 52px;
}
.govjob_searchSelect .statusOptions_box {
  display: none;
  width: 200px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(122, 127, 153, 0.25);
}
.govjob_searchSelect .statusOptions_box a {
  display: block;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #141933;
}
.govjob_searchSelect .statusOptions_box a:hover {
  background: #F8F9FC;
}
.govjob_searchSelect .statusOptions_box a.active {
  color: #587CF7;
}
.govjob_searchSelect .statusOptions_box.statusFixed {
  position: absolute;
  z-index: 2;
  left: 88px;
  top: 52px;
}
.govjob_searchSelect .showOptions {
  display: block;
}

.govjob_emptyBox {
  padding: 100px 0;
  background: #FFFFFF;
  border-radius: 4px;
}
.govjob_emptyBox .emptyIcon {
  margin: 0 auto 20px;
  width: 156px;
  height: 140px;
  background: url("../images/gov_emptyIcon.png") no-repeat;
  background-size: 100% 100%;
}
.govjob_emptyBox .tipsTxt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #141933;
}

.gov_confirmPopup {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.confirmPopup_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  width: 480px;
  min-height: 176px;
  padding: 24px;
  border-radius: 4px;
}
.confirmPopup_box .popupTips {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #101030;
}
.confirmPopup_box .popupTips::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url("../images/gov_icon_tip.png") no-repeat;
  background-size: 100% 100%;
}
.confirmPopup_box .popupTips .closeBtn {
  position: absolute;
  right: -12px;
  top: -8px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../images/gov_icon_close.png") 50% 50% no-repeat;
  background-size: 16px 16px;
}
.confirmPopup_box .popupContent {
  padding: 8px 28px 38px 32px;
  font-size: 14px;
  line-height: 22px;
  color: #7A7F99;
}
.confirmPopup_box .popupBtns {
  text-align: right;
}
.confirmPopup_box .popupBtns .btn {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #2A46F1;
  border: 1px solid #2A46F1;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.confirmPopup_box .popupBtns .btn:last-child {
  margin-right: 0;
}
.confirmPopup_box .popupBtns .cancel {
  background: #fff;
  border: 1px solid #DADCE6;
  color: #141933;
}